poor man themes: introduce new primaries

Change-Id: I1d228943f127c1073375599315ccee27aeb3b369
diff --git a/google/themes/PrimaryViolator/AndroidManifest.xml b/google/themes/PrimaryViolator/AndroidManifest.xml
new file mode 100644
index 0000000..57c80f8
--- /dev/null
+++ b/google/themes/PrimaryViolator/AndroidManifest.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="org.omnirom.theme.primary.violator"
+    platformBuildVersionCode="26"
+    platformBuildVersionName="8.0.0">
+
+    <overlay android:priority="2" android:targetPackage="android" />
+
+
+    <application android:hasCode="false"
+                 android:label="Violator" />
+</manifest>